home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
126-150
/
scopedisk126
/
makedata
/
readme
< prev
next >
Wrap
Text File
|
1995-03-19
|
321b
|
14 lines
Make written by David Ashley
Turns any file into a series of data statements, for 68000 code.
Output looks like:
dc $1000,$2344,$0100,......
The last line will have an extra comma, which you should get rid of:
dc $1000,$2342,$1123,
USE:
1> make infile outfile
This tiny program is freeware and you may not sell it.